Move private function out of the AT-SPI a11y backend
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 4 Aug 2022 22:34:41 +0000 (23:34 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 4 Aug 2022 22:34:41 +0000 (23:34 +0100)
commitd030c92d6347444b1cb0bfb59ad950436d79dd66
treec291ae1a418ba340ebff68ccc39565ddea6269db
parenta07ee709d257ba793d827eaa30302dd8cb847955
Move private function out of the AT-SPI a11y backend

The textbuffer test is calling into a function defined by the AT-SPI
accessibility backend. As of commit 4ddf1b70 we only build and run the
test on Linux, but the function in question isn't really
accessibility-related: it's just a serialization function.
gtk/a11y/gtkatspipango.c
gtk/a11y/gtkatspipangoprivate.h
gtk/a11y/gtkatspitext.c
gtk/a11y/gtkatspitextbuffer.c
gtk/a11y/gtkatspitextbufferprivate.h
gtk/gtkpango.c
gtk/gtkpango.h
gtk/gtktextbuffer.c
gtk/gtktextbufferprivate.h
testsuite/gtk/textbuffer.c